home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / gfx / fract / fu1_61.lha / Formulas / Exploded-Radioactive.Form < prev    next >
Text File  |  1994-05-12  |  207b  |  29 lines

  1. Exploded-Radioactive
  2. {
  3.     {
  4.         x1=-2.0
  5.         x2= 2.0
  6.         y1=-2.0
  7.         y2= 2.0
  8.     }
  9.     {
  10.         c=pixel
  11.         z=pixel
  12.     }
  13.     {
  14.         z=z*z
  15.         z=z*z
  16.         z=[1.0,1.0]/z
  17.         z2=c*c
  18.         z2=z2*z
  19.         z2=c/z2
  20.         z=tan(z)
  21.         z2=sin(z2)
  22.     }
  23.     {
  24.         z>z2
  25.     }
  26.     {
  27.     }
  28. }
  29.